home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Quad C Library Procedures Quad
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- Quad_AddUns, Quad_AddUnsLong - Arithmetic operations on 64-
- bit integers
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<qquuaadd..hh>>
-
- void
- QQuuaadd__AAddddUUnnss(_u_Q_u_a_d_1, _u_Q_u_a_d_2, _u_R_e_s_u_l_t_P_t_r)
-
- void
- QQuuaadd__AAddddUUnnssLLoonngg(_u_Q_u_a_d_1, _u_L_o_n_g, _u_R_e_s_u_l_t_P_t_r)
-
- AARRGGUUMMEENNTTSS
- u_quad _u_Q_u_a_d_N (in) N'th unsigned quad operand
-
- u_long _u_L_o_n_g (in) unsigned long operand
-
- u_quad *_u_R_e_s_u_l_t_P_t_r (out) unsigned quad result
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- Sprite provides some common operations on 64-bit integers.
- QQuuaadd__AAddddUUnnss adds two unsigned quads together.
- QQuuaadd__AAddddUUnnssLLoonngg adds an unsigned long to an unsigned quad.
- In both cases, one of the quad operands can also be used to
- hold the result.
-
- It is expected that more quad operations will be added to
- the library as they are needed for different applications.
-
-
- KKEEYYWWOORRDDSS
- quad, arithmetic, counter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: March 18, 1991 1
-
-
-
-